GenerationGameIndex

@Serializable
data class GenerationGameIndex(val gameIndex: Int, val generation: Handle.Named<Generation>)(source)

Generation game index for a resource. See: https://pokeapi.co/docs/v2#generationgameindex

Parameters

gameIndex

The internal id of an API resource within game data.

generation

The generation relevant to this game index.

Constructors

Link copied to clipboard
constructor(gameIndex: Int, generation: Handle.Named<Generation>)

Properties

Link copied to clipboard
Link copied to clipboard